home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Next Step: Mars?
/
Next Step Mars (1994)(IVI).iso
/
signon.dir
/
00019_Script_19
< prev
next >
Wrap
Text File
|
1994-11-29
|
260b
|
16 lines
on exitFrame
global MERCURY
if the movieTime of sprite 3 = MERCURY then
unloadcast
go to frame "Ledge"
else
go to frame the frame
end if
end
on mousedown
set the movieRate of sprite 3 to 0
go to frame "PDAStart"
end